home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000150_news@watsun.cc.columbia.edu _Sun Jun 13 14:35:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA25239
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 13 Jun 1999 14:35:22 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA14967
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 13 Jun 1999 14:07:51 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Bob Bernstein <ruptured-duck@home.com>
  10. Subject: Zmodem U/L to BBS
  11. Organization: Ruptured Duck Consulting
  12. Message-ID: <SrS83.1275$y92.347@news.rdc1.ct.home.com>
  13. Date: Sun, 13 Jun 1999 18:07:46 GMT
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I'm observing some odd behaviour exchanging QWK reply packets via zmodem with a local BBS. This is a Linux system, running C-Kermit 7.0.195 Beta.06. I have to
  17. add I see the same behaviour if I use minicom, but I want to stick to using
  18. Kermit, and my guess's I have a better chance of fixing this if I do.
  19.  
  20. Problem: there's a long pause between sending the .rep packet and the BBS
  21. deciding to unzip it, and the pause includes the BBS sending what I interpret
  22. to be more requests for the zmodem upload to commence. The packet gets sent
  23. immediately when I issue the command 'send chowda.rep', but it seems the board
  24. doesn't know I through sending. Here's a screen shot of a typical session:
  25.  
  26. --- snip ---
  27.  
  28. wcMAIL main menu
  29.  
  30. Commands: [D]ownload QWK packet
  31.           [U]pload REP packet
  32.           [Y]our settings
  33.           [H]elp with wcMAIL
  34.           [Q]uit back to ChowdaNet BBS
  35.           [G]oodbye, log off
  36.  
  37. wcMAIL command? [U]
  38. Start your Zmodem upload of CHOWDA.REP now...
  39. **B0100000027fed4
  40.  
  41. (Back at CX123456-Z)
  42. ----------------------------------------------------
  43. (/home/ruptured-duck/mmail/up/) C-Kermit>send chowda.rep
  44. Sending: /home/ruptured-duck/mmail/up/chowda.rep
  45. Bytes Sent:    391   BPS:0                            
  46. (/home/ruptured-duck/mmail/up/) C-Kermit>c
  47. Connecting to /dev/ttyS0, speed 38400.
  48. The escape character is Ctrl-\ (ASCII 28, FS)
  49. Type the escape character followed by C to get back,
  50. or followed by ? to see other options.
  51. ----------------------------------------------------
  52. **B0887010000b908
  53. **B0887010000b908
  54.  
  55.  
  56. File transfer upload successful.
  57.  
  58. Unpacking CHOWDA.REP with PKUNZIP...
  59. Conf: CHOWDANET General Di To: JOHN REILLEY         Subj: Re: hello world
  60.  
  61. 1 reply uploaded
  62.  
  63. wcMAIL main menu
  64.  
  65. Commands: [D]ownload QWK packet
  66.           [U]pload REP packet
  67.           [Y]our settings
  68.           [H]elp with wcMAIL
  69.           [Q]uit back to ChowdaNet BBS
  70.           [G]oodbye, log off
  71.  
  72. wcMAIL command? [G]
  73.  
  74. --- snip ---
  75.  
  76. When I reconnect with the BBS after doing the send, things just sit there
  77. for a looong time as those two additional '**B000......' strings get sent.
  78.  
  79. tia for any light shed on this! (btw, the 'CX123456-Z' is a phonied version
  80. of my Cox Cable machine name. I've gotta change my prompt string!)
  81.  
  82.  
  83. -- 
  84. Bob Bernstein                   
  85. at 
  86. Esmond, Rhode Island, USA
  87.                            --==++*++==--
  88. "RMS's "curmudgeon-like" griping that he didn't like the term "Open
  89. Source" looked silly to many last year; it's not looking so dumb
  90. today..." Christopher B. Browne
  91.                           
  92.       
  93.      
  94.  
  95.  
  96.